From: Andreas Schwab Date: Thu, 4 Jan 2007 15:02:54 +0000 (+0000) Subject: (ebrowse-global-prefix-key): Fix typo in X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1~1^2~2994 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=c8f62b249ce222f78ba814a0ff64646ccab088e4;p=emacs.git (ebrowse-global-prefix-key): Fix typo in last change. --- diff --git a/lisp/progmodes/ebrowse.el b/lisp/progmodes/ebrowse.el index 7a45dcd655e..d8385141177 100644 --- a/lisp/progmodes/ebrowse.el +++ b/lisp/progmodes/ebrowse.el @@ -1,7 +1,7 @@ ;;; ebrowse.el --- Emacs C++ class browser & tags facility ;; Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, -;; 2002, 2003, 2004, 2005, 2006 +;; 2002, 2003, 2004, 2005, 2006, 2007 ;; Free Software Foundation Inc. ;; Author: Gerd Moellmann @@ -4230,13 +4230,13 @@ NUMBER-OF-STATIC-VARIABLES:" ;;; Global key bindings ;;; The following can be used to bind key sequences starting with -;;; prefix `\C-cb' to browse commands. +;;; prefix `\C-c\C-m' to browse commands. (defvar ebrowse-global-map nil "*Keymap for Ebrowse commands.") -(defvar ebrowse-global-prefix-key "\C-cC-m" +(defvar ebrowse-global-prefix-key "\C-c\C-m" "Prefix key for Ebrowse commands.")